home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / MCC_SettingsWindow / Docs / English / SettingsWindow_mcc.doc next >
Text File  |  1997-12-20  |  3KB  |  132 lines

  1. SettingsWindow.mcc 0.20 Documentation
  2. *************************************
  3.  
  4.  
  5. Copyright
  6. *********
  7.  
  8. SettingsWindow.mcc (c) 1997 Ingo Weinhold
  9.  
  10. SettingsWindow.mcc is copyrighted by Ingo Weinhold, but it may be freely
  11. distributed as long as the package stays unmodified.
  12. The package consists of:
  13.  
  14. * the SettingsWindow-Demo and its source code SettingsWindow-Demo.c
  15. * MCC_SettingsWindow.doc - the autodoc file
  16. * SettingsWindow_mcc.h - the C include file
  17. * SettingsWindow_mcc.doc - this documentation
  18. * SettingsWindow.mcc - the MUI customclass
  19. * SettingsWindow_mcc.catalog files (German)
  20. * SettingsWindow_mcc.cd - the catalog descriptor
  21. * SettingsWindow_mcc_empty.cd - the empty catalog translation
  22. * SettingsWindow_mcc.ct files (German)
  23.  
  24.  
  25. Developers are strongly encouraged to use this software in their
  26. applications, as it is meant for that purpose.
  27. Using this software still requires
  28.  
  29. * including a SettingsWindow.mcc copyright notice,
  30. * an information where to get the latest version of the original archive
  31.   (e.g. Aminet dev/mui)
  32. * informing me what program SettingsWindow.mcc is used for,
  33.  
  34. If you consider distributing the SettingsWindow class as part of your
  35. software, you are allowed to include at least
  36.  
  37. * SettingsWindow.mcc,
  38. * all SettingsWindow_mcc.catalog files (German).
  39.  
  40.  
  41. The Author
  42. **********
  43.  
  44. SettingsWindow.mcc was written by Ingo Weinhold.
  45.  
  46. snailmail: Ingo Weinhold
  47.            Haeckelstr. 40
  48.            14471 Potsdam
  49.            Germany
  50.  
  51. email:     bonefish@cs.tu-berlin.de
  52.  
  53.  
  54. Disclaimer
  55. **********
  56.  
  57. You use SettingsWindow.mcc at your own risk. The author doesn't guarrantee
  58. that this software works correctly and doesn't cause damages. No liability
  59. and responsibility is assumed.
  60.  
  61.  
  62. Description
  63. ***********
  64.  
  65. SettingsWindow.mcc is a custom class of the Magic User Interface (c) by
  66. Stefan Stuntz.
  67. It is a subclass of Window.mui that allows you to easily manage your
  68. programs settings. There is a notification mechanism similar to that of MUI
  69. to react on changing settings. A row of buttons and a menu let the user have
  70. the standard save, use, load functions.
  71.  
  72.  
  73. Requirements
  74. ************
  75.  
  76. * MUI 3.3 or higher
  77.  
  78.  
  79. Installation
  80. ************
  81.  
  82. * copy the contents of the directories SettingsWindow/Demos/ ,
  83.   SettingsWindow/Libs/ , SettingsWindow/Docs/ and SettingsWindow/Developer/
  84.   to the corresponding directories in MUI:
  85.  
  86. * copy the contents of the directories SettingsWindow/Locale/ to LOCALE:
  87.  
  88.  
  89. History
  90. *******
  91.  
  92. V0.10
  93.  
  94. * first working beta version
  95.  
  96. V0.20
  97.  
  98. * English documentation added.
  99. * Localization, German catalog
  100. * "Restore" menu item added.
  101.  
  102. V0.30
  103.  
  104. * Attributes MUIA_SettingsWindow_TestButton and MUIA_SettingsWindow_TestMode
  105.   added to feature an optional "Test" button.
  106. * Some comments added to the Demo source.
  107. * The demo program now takes care if the Asl requester is still opened when
  108.   the user tries to quit the application.
  109.  
  110. V0.40
  111.  
  112. * Support of (N)Lists added.
  113. * Type SWIT_COMPLEX added.
  114. * Examples for lists added
  115. * Bug handling the value 0/NULL/FALSE of simple types fixed.
  116.  
  117.  
  118. Future
  119. ******
  120.  
  121. * maybe support of listtrees
  122.  
  123.  
  124. Thanks to...
  125. ************
  126.  
  127. * Stefan Stuntz for the Magic user Interface
  128.  
  129. * Stephan Aßmus for the nice drawer and demo icons
  130.   and for correcting the English documents
  131.  
  132.